home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Trial / Webroot Internet Security Essentials / WebrootSecurityTrialSetup_EN.exe / {app} / SpySweeperUI.exe / 0 / RCDATA / TFRMPROXYOPTIONSDLG / TFRMPROXYOPTIONSDLG.txt
Text File  |  2008-11-13  |  5KB  |  213 lines

  1. inherited frmProxyOptionsDlg: TfrmProxyOptionsDlg
  2.   BorderIcons = [biSystemMenu]
  3.   Caption = 'Proxy Options'
  4.   ShowHint = True
  5.   ExplicitWidth = 689
  6.   ExplicitHeight = 517
  7.   PixelsPerInch = 106
  8.   TextHeight = 16
  9.   inherited btnOK: TResTeButton
  10.     Left = 338
  11.     OnClick = btnOKClick
  12.     ModalResult = 0
  13.     ExplicitLeft = 338
  14.   end
  15.   inherited btnCancel: TResTeButton
  16.     Left = 452
  17.     ExplicitLeft = 452
  18.   end
  19.   inherited pnlBackground: TTePanel
  20.     Top = 8
  21.     ExplicitTop = 8
  22.     inherited lblTitle: TResLabel
  23.       ResourceCaption = 24707
  24.     end
  25.     object lblProxyServer: TResLabel
  26.       Left = -54
  27.       Top = 114
  28.       Width = 210
  29.       Height = 16
  30.       Alignment = taRightJustify
  31.       Enabled = False
  32.       Transparent = True
  33.       ResourceCaption = 24713
  34.     end
  35.     object lblProxyServerExample: TResLabel
  36.       Left = 383
  37.       Top = 114
  38.       Width = 274
  39.       Height = 16
  40.       AutoSize = False
  41.       Enabled = False
  42.       Font.Charset = DEFAULT_CHARSET
  43.       Font.Color = clWindowText
  44.       Font.Height = -13
  45.       Font.Name = 'Tahoma'
  46.       Font.Style = [fsItalic]
  47.       ParentFont = False
  48.       Transparent = True
  49.       ResourceCaption = 24714
  50.     end
  51.     object lblPort: TResLabel
  52.       Left = -9
  53.       Top = 148
  54.       Width = 164
  55.       Height = 16
  56.       Alignment = taRightJustify
  57.       Enabled = False
  58.       Transparent = True
  59.       ResourceCaption = 24715
  60.     end
  61.     object lblPortExample: TResLabel
  62.       Left = 383
  63.       Top = 149
  64.       Width = 240
  65.       Height = 16
  66.       AutoSize = False
  67.       Enabled = False
  68.       Font.Charset = DEFAULT_CHARSET
  69.       Font.Color = clWindowText
  70.       Font.Height = -13
  71.       Font.Name = 'Tahoma'
  72.       Font.Style = [fsItalic]
  73.       ParentFont = False
  74.       Transparent = True
  75.       ResourceCaption = 24716
  76.     end
  77.     object lblPortNumberError: TResLabel
  78.       Left = 162
  79.       Top = 171
  80.       Width = 267
  81.       Height = 16
  82.       Font.Charset = DEFAULT_CHARSET
  83.       Font.Color = clRed
  84.       Font.Height = -13
  85.       Font.Name = 'Tahoma'
  86.       Font.Style = [fsBold]
  87.       ParentFont = False
  88.       Transparent = True
  89.       Visible = False
  90.       ResourceCaption = 24706
  91.     end
  92.     object lblUserName: TResLabel
  93.       Left = 98
  94.       Top = 212
  95.       Width = 58
  96.       Height = 16
  97.       Alignment = taRightJustify
  98.       ResourceCaption = 49847
  99.       Transparent = True
  100.     end
  101.     object lblPassword: TResLabel
  102.       Left = 100
  103.       Top = 238
  104.       Width = 55
  105.       Height = 16
  106.       Alignment = taRightJustify
  107.       ResourceCaption = 49848
  108.       Transparent = True
  109.     end
  110.     object rbnNoProxyServer: TResTeRadioButton
  111.       Left = 30
  112.       Top = 39
  113.       Width = 535
  114.       Height = 23
  115.       OnClick = rbnNoProxyServerClick
  116.       Alignment = kalLeftJustify
  117.       Checked = True
  118.       GroupIndex = 1
  119.       Spacing = 5
  120.       ThemeObject = 'default'
  121.       TabOrder = 0
  122.       TabStop = True
  123.       Transparent = True
  124.       WordWrap = False
  125.       ResourceCaption = 24710
  126.       ResourceHint = 42431
  127.     end
  128.     object rbnUseIEProxySettings: TResTeRadioButton
  129.       Left = 30
  130.       Top = 62
  131.       Width = 535
  132.       Height = 23
  133.       OnClick = rbnUseIEProxySettingsClick
  134.       Alignment = kalLeftJustify
  135.       Checked = False
  136.       GroupIndex = 1
  137.       Spacing = 5
  138.       ThemeObject = 'default'
  139.       TabOrder = 1
  140.       Transparent = True
  141.       WordWrap = False
  142.       ResourceCaption = 24711
  143.       ResourceHint = 42432
  144.     end
  145.     object rbnCustomProxySettings: TResTeRadioButton
  146.       Left = 30
  147.       Top = 84
  148.       Width = 535
  149.       Height = 23
  150.       OnClick = rbnCustomProxySettingsClick
  151.       Alignment = kalLeftJustify
  152.       Checked = False
  153.       GroupIndex = 1
  154.       Spacing = 5
  155.       ThemeObject = 'default'
  156.       TabOrder = 2
  157.       Transparent = True
  158.       WordWrap = False
  159.       ResourceCaption = 24712
  160.       ResourceHint = 42433
  161.     end
  162.     object edtProxyServer: TEdit
  163.       Left = 162
  164.       Top = 113
  165.       Width = 215
  166.       Height = 24
  167.       Enabled = False
  168.       OnChange = edtProxyServerChange
  169.       TabOrder = 3
  170.     end
  171.     object edtPort: TEdit
  172.       Left = 162
  173.       Top = 144
  174.       Width = 215
  175.       Height = 24
  176.       Enabled = False
  177.       TabOrder = 4
  178.       OnChange = edtPortChange
  179.     end
  180.     object edtUserName: TEdit
  181.       Left = 162
  182.       Top = 206
  183.       Width = 215
  184.       Height = 24
  185.       TabOrder = 5
  186.     end
  187.     object edtPassword: TEdit
  188.       Left = 161
  189.       Top = 234
  190.       Width = 216
  191.       Height = 24
  192.       PasswordChar = '*'
  193.       TabOrder = 6
  194.     end
  195.     object cbxUseBasicAuthentication: TResTeCheckBox
  196.       Left = 161
  197.       Top = 264
  198.       Width = 286
  199.       Height = 23
  200.       AllowGrayed = False
  201.       Alignment = kalLeftJustify
  202.       Checked = False
  203.       Spacing = 5
  204.       State = kcbsUnChecked
  205.       ThemeObject = 'default'
  206.       TabOrder = 7
  207.       Transparent = True
  208.       WordWrap = False
  209.       ResourceCaption = 24705
  210.     end
  211.   end
  212. end
  213.